<style type="text/css">
	a:link { color: #0000FF; font-weight: bold; text-decoration:none; }
	a:visited { color: #440080; font-weight:400; text-decoration:none;}
	a:hover {font-weight: bold; text-decoration:underline;}
	h2 { background-image: url("/jld/Images/RedSquare.gif");
		background-position: left; background-repeat: no-repeat; 
		padding-left: 22px; padding-top: 0px;
		font-size: 140%; font-weight: bold; }
	h3 { background-image: url("/jld/Images/C5.GIF");
		background-position: left; background-repeat: no-repeat; 
		padding-left: 22px; padding-top: 0px;
		font-size: 120%; font-weight: bold; }
	body { background-image: url("/jld/Images/jld-fond.png"); background-attachment: fixed; 
		background-size: 100% 5%}
	body{font-weight:400;font-family:Avenir,"Avenir Next","Segoe UI",Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}	
	body,h6{line-height:1.1}
	body{letter-spacing:.01em;
		#font-size:1.1em;
		font-size:90%;
		}
	body{max-width:1200px;margin:0 auto;width:90%}

	#sharebuttons img {
	width: 20px;
	padding: 2px;
	vertical-align: middle; 
	}

	.container {
		display: flex;
	}

	.sidebar {
		width: 200px;
		# background-color: #f4f4f4;
		# background-color: rgba(244, 214, 204, 0.4); /* Background with transparency */
		background-color: rgba(255, 223, 177, 0.4); /* Background with transparency */
		padding: 20px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
		# opacity: 0.4; /* Adjust transparency of the entire sidebar */
	}

	.sidebar ul {
		list-style-type: none;
		padding: 0;
	}

	.sidebar ul li {
		margin: 30px 0;
	}

	.sidebar ul li a {
		text-decoration: none;
		color: #1010ee;
		#font-family: 'NotoColorEmoji', sans-serif;
		font-size: 16px;
		font-weight: 600;
	}

	.sidebar ul li a:hover {
		text-decoration: underline;
	}

	.content {
		flex-grow: 1;
		padding: 20px;
	}
	
	.content ul {
		# list-style-type: disc; /* Default bullet */
		list-style-image: url("/jld/Images/BlueArrowSma.gif"); 
		padding-left: 40px; font-size: 100%; padding-bottom: 15px; }
		
	.content ul li { padding-bottom: 10px;}		


</style>		
